projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b9fcc
)
(Fset_mouse_pixel_position): Add call to
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 30 May 2007 05:21:19 +0000
(
05:21
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 30 May 2007 05:21:19 +0000
(
05:21
+0000)
term_mouse_moveto.
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 5990b9e07177652205398668571af7826e837e5c..ab91af264dc1eb5f51553c6f642b731ee39b1c1b 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1539,6
+1539,13
@@
before calling this function on it, like this.
Fselect_frame (frame);
mouse_moveto (XINT (x), XINT (y));
}
+#else
+#ifdef HAVE_GPM
+ {
+ Fselect_frame (frame);
+ term_mouse_moveto (XINT (x), XINT (y));
+ }
+#endif
#endif
#endif